From 98cfbd37122b888bc4b3f162e9a2364dd3a84818 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 24 Jun 2019 18:00:57 +0100 Subject: [PATCH] =?utf8?q?ShortcutsSection:=20Fix=20tiny=20grammar-o=20"in?= =?utf8?q?=20for"=E2=86=92"in"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gtk/gtkshortcutssection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkshortcutssection.c b/gtk/gtkshortcutssection.c index 1837660a01..c3c758d7ee 100644 --- a/gtk/gtkshortcutssection.c +++ b/gtk/gtkshortcutssection.c @@ -368,7 +368,7 @@ gtk_shortcuts_section_class_init (GtkShortcutsSectionClass *klass) * The maximum number of lines to allow per column. This property can * be used to influence how the groups in this section are distributed * across pages and columns. The default value of 15 should work in - * for most cases. + * most cases. */ properties[PROP_MAX_HEIGHT] = g_param_spec_uint ("max-height", P_("Maximum Height"), P_("Maximum Height"), -- 2.30.2